Mildred a shark
Professional

Once you have created one or more c2pWindow objects using Mc2pWindow, you may wish to free/erase/kill some of the objects by using MFreec2pWindows. If you use this without any parameters it will free all c2pWindow objects. Alternatively you can specify a range of objects, supplying the first object number and the last object number. All objects inbetween and including these numbers will be freed.

Possible syntax:
MFreec2pWindows


MFreec2pWindows Firstc2pWindowNum.w, Lastc2pWindowNum.w


Firstc2pWindowNum.w
---- This is the number of the first c2pWindow that is to be freed. This particular c2pWindow will also be freed. If Lastc2pWindowNum is a higher number then a range of c2pWindows will be freed from this number upwards. The number should be in the valid range from 0 to the total number of objects minus 1. Firstc2pWindowNum should always be less than or equal to Lastc2pWindowNum.

Lastc2pWindowNum.w ---- This is the number of the last c2pWindow that is to be freed. This particular c2pWindow will also be freed. If Firstc2pWindowNum is a lower number then a range of c2pWindows will be freed from that number to this one. The number should be in the valid range from 0 to the total number of objects minus 1. Lastc2pWindowNum should aways be greater than or equal to the Firstc2pWindowNum.

a shark